home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / BARNET / ARMLINUX / MAIL / 9711 / text0077.txt < prev    next >
Encoding:
Text File  |  1997-11-30  |  1.5 KB  |  28 lines

  1. Matthew Wilcox writes:
  2. > make config, fine.  make dep, fine.  When I tried to make zImage,
  3. > the first file I compiled coughed up an error from the assembler.
  4. > The problem is that I've switched to binutils-2.8.1.0.15 which doesn't
  5. > understand -msa110.  I removed this from the GCC specs file and everything
  6. > went fine.  This is something Russell & Phil need to argue about, I think.
  7.  
  8. This is a patch that I made to the binutils after the StrongARM came out -
  9. basically to allow the half-word loading/storing for the EBSA110 board, which
  10. is absolutely necessary to be able to drive some of the hardware properly!
  11.  
  12. > So now I have a zImage in /usr/src/linux/arch/arm/boot/.  I rename /vmlinuz
  13. > as /vmlinuz.old and copy zImage to /vmlinuz.  Reboot.  But I still get the
  14. > old kernel.  Why?  [On a peecee, I'd rerun lilo, but... ;-)]
  15.  
  16. You have to re-run loadmap, because the only sensible way to access the kernel
  17. given all the different formats that a partition can have is to use some sort
  18. of sector mappings.
  19.    _____
  20.   |_____| ------------------------------------------------- ---+---+-
  21.   |   |        Russell King        rmk@ecs.soton.ac.uk        --- ---
  22.   | | | |    http://www.arm.uk.linux.org/~rmk/home.html      /  /  |
  23.   | +-+-+                                                     --- -+-
  24.   /   |               THE developer of ARM Linux              |+| /|\
  25.  /  | | |                                                     ---  |
  26.     +-+-+ -------------------------------------------------  /\\\  |
  27.  
  28.